home *** CD-ROM | disk | FTP | other *** search
/ AMP Graphics Collection / AMP Graphics Collection.iso / programs / author / windirs / testd4.dir / 00010_Field_10.txt < prev    next >
Text File  |  1996-07-26  |  1KB  |  28 lines

  1. -- WinDirs XObject, version 1.0, 7/26/96
  2. WinDirs
  3. -- Copyright 1996 Glenn M. Picher, Dirigo Multimedia
  4. -- Email: gpicher@maine.com
  5. -- Web: http://www.maine.com/shops/gpicher
  6. -- Phone: (207)767-8015 (South Portland, Maine, USA)
  7. -- 
  8. -- Distribute freely. No licensing required.
  9. -- 
  10. I mNew           -- Standard creation method
  11. X mDispose       -- Standard dispose method
  12. S mWindowsDirectory
  13. --  Returns full path to Windows directory (including trailing '\').
  14. --  Word 1 of the returned string will be 'Error:' in the unlikely
  15. --  event of an error, followed by a description of the error.
  16. --  This directory *is* always writeable. That makes it a good standard
  17. --  location to store user or installation location information.
  18. --  Returns the same directory under all current Windows versions.
  19. S mSystemDirectory
  20. --  Returns full path to System directory (including trailing '\').
  21. --  Word 1 of the returned string will be 'Error:' in the unlikely
  22. --  event of an error, followed by a description of the error.
  23. --  This directory is *not* always writeable. Note: under Windows NT,
  24. --  this directory is different for 16-bit executable code (such as this
  25. --  XObject) than it is for 32-bit executable code. Use the Versions
  26. --  XObject, also from Dirigo Multimedia, to determine the
  27. --  Win32-specific System directory.
  28.